home *** CD-ROM | disk | FTP | other *** search
/ Tech Arsenal 1 / Tech Arsenal (Arsenal Computer).ISO / tek-19 / gpt32src.zip / EPSVIEW.H < prev    next >
Text File  |  1992-03-25  |  246b  |  18 lines

  1. /*
  2.  * $Id: EPSView.h,v 3.24 1992/02/29 16:29:37 woo Exp woo $
  3.  *
  4.  * $Log: EPSView.h,v $
  5.  * Revision 3.24  1992/02/29  16:29:37  woo
  6.  * gnuplot3.2, beta 4
  7.  *
  8.  */
  9.  
  10. #import <appkit/View.h>
  11.  
  12. @interface EPSView:View {}
  13.  
  14. + new;
  15.  
  16. @end
  17.  
  18.